Dew Stats for .NET
|
Simulate the ARMA (p,q) process.
Parameters |
Description |
[In] TVec p |
stores the AR coefficients. Length of the p vector defines AR(p) order. |
[In] TVec t |
stores the MA coefficients. Length of the t vector defines MA(q) order. |
[In] int n |
defines number of points to simulate. |
[In] TVec aResult |
returns ARMA (p,q) time series. Size of Result vector is adjusted automatiacally. |
C# Example Simulate ARMA(1,1) process with Phi=[1.0], Theta=[-0.25].
Simulate ARMA(1,1) process with Phi=[1.0], Theta=[-0.25].
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|